EventHandler Generic Delegate

Represents a method that handles general events.

Syntax

public generic<typename T>
delegate void EventHandler`1(
         Object^ sender,
         T args
)  

Type parameters

T
The type of event data generated by the event.

Parameters

sender
Type: Object 

  The event source.

args
Type: T 

The event data.

Remarks

Note

This class makes cross-OS calls. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace